Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
class_exists
class_exists
Check if the class is defined
Name:
class_exists
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Check if the class is defined
Related
How to Determine if a Class Has Implemented an Interface Using class_exists?
1
class_exists vs interface_exists: Differences and Comparison of PHP Interface and Class Checks
5
How to Use the class_exists Function to Check if a Class Exists? Common Methods for PHP Developers
7
Similar Functions
get_class
get_class
Returntheobject'
get_object_vars
get_object_vars
Returntowritetoyouth
class_exists
class_exists
Checkiftheclassisdef
method_exists
method_exists
Checkiftheclassmetho
get_declared_classes
get_declared_classes
Returnsanarraycompos
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
is_a
is_a
Checkifanobjectbelon
get_parent_class
get_parent_class
Returnstheparentclas
Popular Articles
How to Determine if a Class Has Implemented an Interface Using class_exists?
class_exists vs interface_exists: Differences and Comparison of PHP Interface and Class Checks
How to Use the class_exists Function to Check if a Class Exists? Common Methods for PHP Developers